SixBit API Schema
VariationType Complex Type
Description
The information about a variation.
Namespace (none)
Diagram
ShopifyLocation Element InvoiceNumber Element PONumber Element FulfillmentSource Element CustomFields Element MailingAddress Element DateLastModified Element OriginTemplateName Element OriginTemplateID Element ConsignmentPlanName Element ConsignmentPlanID Element IsConsignor Element WebAddress Element Title Element Notes Element Fax Element Phone Element Company Element LastName Element Initial Element FirstName Element Email Element AccountNum Element SupplierID Element All Supplier Element Cost Element DatePurchased Element Quantity Element All Purchase Element CatalogPhotoEbay Element Taxable Element InventoryPolicy Element InventoryManagement Element EPID Element InventoryTitle Element StockDropship Element StockSelf Element StockFBA Element ValueCarried Element QtyUnlisted Element QtyCurrentlyListed Element QtyUncommitted Element QtyWaitingToShip Element StockTotal Element SecondaryFulfillmentSource Element PrimaryFulfillmentSource Element ASIN Element PricingTreatment Element MinimumAdvertisedPriceExposure Element MinimumAdvertisedPrice Element MaximumSellerAllowedPrice Element MinimumSellerAllowedPrice Element SaleEndDate Element SaleStartDate Element SalePrice Element RestockDate Element FulfillmentLatency Element RestockTo Element RestockAt Element StorageLocation Element VariationScarcityLevel Element VariationInUse Element Variation5 Element Variation4 Element Variation3 Element Variation2 Element Variation1 Element FixedPriceShopify Element FixedPriceEtsy Element FixedPriceAmazon Element FixedPriceeBay Element FixedPrice Element MSRP Element BuyItNowPrice Element ReservePrice Element StartingPrice Element ProductID Element SKU Element QtyToListEtsy Element QtyToListeBay Element QtyToList Element All VariationType Complex Type
Overview
VariationType
The information about a variation.
All
ebayName optional xs:string
The name of the eBay Item Specific this variation value maps to.
ebayValue optional xs:string
The value of the eBay Item Specific this variation value maps to.
etsyName optional xs:string
The name of the Etsy Attribute this variation value maps to.
etsyValue optional xs:string
The name of the Etsy Attribute this variation value maps to.
etsyScale optional xs:string
The Etsy Scale this variation value goes by.
amazonName optional xs:string
The name of the Amazon Feature this variation value maps to.
amazonValue optional xs:string
The name of the Amazon Feature this variation value maps to.
shopifyName optional xs:string
The name of the Shopify variation this variation value maps to.
shopifyValue optional xs:string
The name of the Shopify variation this variation value maps to.
ebayName optional xs:string
The name of the eBay Item Specific this variation value maps to.
ebayValue optional xs:string
The value of the eBay Item Specific this variation value maps to.
etsyName optional xs:string
The name of the Etsy Attribute this variation value maps to.
etsyValue optional xs:string
The name of the Etsy Attribute this variation value maps to.
etsyScale optional xs:string
The Etsy Scale this variation value goes by.
amazonName optional xs:string
The name of the Amazon Feature this variation value maps to.
amazonValue optional xs:string
The name of the Amazon Feature this variation value maps to.
shopifyName optional xs:string
The name of the Shopify variation this variation value maps to.
shopifyValue optional xs:string
The name of the Shopify variation this variation value maps to.
ebayName optional xs:string
The name of the eBay Item Specific this variation value maps to.
ebayValue optional xs:string
The value of the eBay Item Specific this variation value maps to.
etsyName optional xs:string
The name of the Etsy Attribute this variation value maps to.
etsyValue optional xs:string
The name of the Etsy Attribute this variation value maps to.
etsyScale optional xs:string
The Etsy Scale this variation value goes by.
amazonName optional xs:string
The name of the Amazon Feature this variation value maps to.
amazonValue optional xs:string
The name of the Amazon Feature this variation value maps to.
shopifyName optional xs:string
The name of the Shopify variation this variation value maps to.
shopifyValue optional xs:string
The name of the Shopify variation this variation value maps to.
ebayName optional xs:string
The name of the eBay Item Specific this variation value maps to.
ebayValue optional xs:string
The value of the eBay Item Specific this variation value maps to.
etsyName optional xs:string
The name of the Etsy Attribute this variation value maps to.
etsyValue optional xs:string
The name of the Etsy Attribute this variation value maps to.
etsyScale optional xs:string
The Etsy Scale this variation value goes by.
amazonName optional xs:string
The name of the Amazon Feature this variation value maps to.
amazonValue optional xs:string
The name of the Amazon Feature this variation value maps to.
shopifyName optional xs:string
The name of the Shopify variation this variation value maps to.
shopifyValue optional xs:string
The name of the Shopify variation this variation value maps to.
ebayName optional xs:string
The name of the eBay Item Specific this variation value maps to.
ebayValue optional xs:string
The value of the eBay Item Specific this variation value maps to.
etsyName optional xs:string
The name of the Etsy Attribute this variation value maps to.
etsyValue optional xs:string
The name of the Etsy Attribute this variation value maps to.
etsyScale optional xs:string
The Etsy Scale this variation value goes by.
amazonName optional xs:string
The name of the Amazon Feature this variation value maps to.
amazonValue optional xs:string
The name of the Amazon Feature this variation value maps to.
shopifyName optional xs:string
The name of the Shopify variation this variation value maps to.
shopifyValue optional xs:string
The name of the Shopify variation this variation value maps to.
All
All
Sequence
Any 0..∞
Used By
Variation Element
Source
<xs:complexType name="VariationType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>The information about a variation.</xs:documentation>
  </xs:annotation>
  <xs:all>
    <xs:element name="QtyToList" type="QtyToListType" maxOccurs="1" minOccurs="0" />
    <xs:element name="QtyToListeBay" type="QtyToListType" maxOccurs="1" minOccurs="0" />
    <xs:element name="QtyToListEtsy" type="QtyToListType" maxOccurs="1" minOccurs="0" />
    <xs:element name="SKU" type="SKUType" maxOccurs="1" minOccurs="0" />
    <xs:element name="ProductID" type="ProductIDType" maxOccurs="1" minOccurs="0" />
    <xs:element name="StartingPrice" type="StartingPriceType" maxOccurs="1" minOccurs="0" />
    <xs:element name="ReservePrice" type="ReservePriceType" maxOccurs="1" minOccurs="0" />
    <xs:element name="BuyItNowPrice" type="BuyItNowPriceType" maxOccurs="1" minOccurs="0" />
    <xs:element name="MSRP" type="MSRPType" maxOccurs="1" minOccurs="0" />
    <xs:element name="FixedPrice" type="FixedPriceType" maxOccurs="1" minOccurs="0" />
    <xs:element name="FixedPriceeBay" type="FixedPriceType" maxOccurs="1" minOccurs="0" />
    <xs:element name="FixedPriceAmazon" type="FixedPriceType" maxOccurs="1" minOccurs="0" />
    <xs:element name="FixedPriceEtsy" type="FixedPriceType" maxOccurs="1" minOccurs="0" />
    <xs:element name="FixedPriceShopify" type="FixedPriceType" maxOccurs="1" minOccurs="0" />
    <xs:element name="Variation1" type="VariationDefinitionType" maxOccurs="1" minOccurs="0" />
    <xs:element name="Variation2" type="VariationDefinitionType" maxOccurs="1" minOccurs="0" />
    <xs:element name="Variation3" type="VariationDefinitionType" maxOccurs="1" minOccurs="0" />
    <xs:element name="Variation4" type="VariationDefinitionType" maxOccurs="1" minOccurs="0" />
    <xs:element name="Variation5" type="VariationDefinitionType" maxOccurs="1" minOccurs="0" />
    <xs:element name="VariationInUse" type="VariationInUseType" maxOccurs="1" minOccurs="0" />
    <xs:element name="VariationScarcityLevel" type="VariationScarcityLevelType" maxOccurs="1" minOccurs="0" />
    <xs:element name="StorageLocation" type="StorageLocationType" maxOccurs="1" minOccurs="0" />
    <xs:element name="RestockAt" type="RestockAtType" maxOccurs="1" minOccurs="0" />
    <xs:element name="RestockTo" type="RestockToType" maxOccurs="1" minOccurs="0" />
    <xs:element name="FulfillmentLatency" type="FulfillmentLatencyType" maxOccurs="1" minOccurs="0" />
    <xs:element name="RestockDate" type="RestockDateType" maxOccurs="1" minOccurs="0" />
    <xs:element name="SalePrice" type="SalePriceType" maxOccurs="1" minOccurs="0" />
    <xs:element name="SaleStartDate" type="SaleDateType" maxOccurs="1" minOccurs="0" />
    <xs:element name="SaleEndDate" type="SaleDateType" maxOccurs="1" minOccurs="0" />
    <xs:element name="MinimumSellerAllowedPrice" type="MinimumSellerAllowedPriceType" maxOccurs="1" minOccurs="0" />
    <xs:element name="MaximumSellerAllowedPrice" type="MaximumSellerAllowedPriceType" maxOccurs="1" minOccurs="0" />
    <xs:element name="MinimumAdvertisedPrice" type="MinimumAdvertisedPriceType" maxOccurs="1" minOccurs="0" />
    <xs:element name="MinimumAdvertisedPriceExposure" type="MinimumAdvertisedPriceExposureType" maxOccurs="1" minOccurs="0" />
    <xs:element name="PricingTreatment" type="PricingTreatmentType" maxOccurs="1" minOccurs="0" />
    <xs:element name="ASIN" type="ASINType" maxOccurs="1" minOccurs="0" />
    <xs:element name="PrimaryFulfillmentSource" type="FulfillmentSourceType" maxOccurs="1" minOccurs="0" />
    <xs:element name="SecondaryFulfillmentSource" type="FulfillmentSourceType" maxOccurs="1" minOccurs="0" />
    <xs:element name="StockTotal" type="StockTotalType" maxOccurs="1" minOccurs="0" />
    <xs:element name="QtyWaitingToShip" type="QtyWaitingToShipType" maxOccurs="1" minOccurs="0" />
    <xs:element name="QtyUncommitted" type="QtyUncommittedType" maxOccurs="1" minOccurs="0" />
    <xs:element name="QtyCurrentlyListed" type="QtyCurrentlyListedType" maxOccurs="1" minOccurs="0" />
    <xs:element name="QtyUnlisted" type="QtyUnlistedType" maxOccurs="1" minOccurs="0" />
    <xs:element name="ValueCarried" type="ValueCarriedType" maxOccurs="1" minOccurs="0" />
    <xs:element name="StockFBA" type="StockFBAType" maxOccurs="1" minOccurs="0" />
    <xs:element name="StockSelf" type="StockSelfType" maxOccurs="1" minOccurs="0" />
    <xs:element name="StockDropship" type="StockDropshipType" maxOccurs="1" minOccurs="0" />
    <xs:element name="InventoryTitle" type="InventoryTitleType" maxOccurs="1" minOccurs="0" />
    <xs:element name="EPID" type="EPIDType" maxOccurs="1" minOccurs="0" />
    <xs:element name="InventoryManagement" type="InventoryManagementType" maxOccurs="1" minOccurs="0" />
    <xs:element name="InventoryPolicy" type="InventoryPolicyType" maxOccurs="1" minOccurs="0" />
    <xs:element name="Taxable" type="TaxableType" maxOccurs="1" minOccurs="0" />
    <xs:element name="CatalogPhotoEbay" type="StockPhotoURLType" maxOccurs="1" minOccurs="0" />
    <xs:element name="Purchase" type="PurchaseType" maxOccurs="1" minOccurs="0" />
  </xs:all>
</xs:complexType>
See Also
SixBit API Schema

 

 


© 2022 All Rights Reserved.

Send comments on this topic.